Configuring Parameter Values in the Distributor Portal

Configuration parameters need to be populated with correct values to ensure the proper functioning of the connector. In order to populate the configuration parameters with the correct values, complete the following steps:

  1. Log in to the CloudBlue Connect Distributor Portal.
  2. Click Products in the main menu at the top of the page and then select Adobe.
  3. Click Configuration.
  4. Assign the proper value to each required parameter.

In the table below you can see a description of the parameters.

Parameter ID Description
distributorid Provide the distributor ID provided by Adobe which will be used for a production environment. For example: "0000000001". Please make sure that a production environment is configured in the config.json file.
distributorid_test Provide the distributor ID provided by Adobe which will be used for a test environment. For example: "0000000001". Please make sure that a test environment is configured in the config.json file.
distributorid_preview Provide the distributor ID provided by Adobe which will be used for a preview environment. For example: "0000000001". Please make sure that a preview environment is configured in the config.json file.
Adobe_Currency Provide the code of the currency which will be used for the Adobe subscription. For example: "USD" or "EUR".
adobe_client_secret Client secret provided by Adobe.
adobe_client_secret_preview Client secret provided by Adobe to be used in a preview environment.
adobe_client_secret_test Client secret provided by Adobe to be used in test environments.
jwt_payload JWT payload provided by Adobe, which will be used to generate the JWT token. Refer to the Generating JWT token section for further information.
jwt_payload_preview JWT payload for preview environments provided by Adobe, which will be used to generate the JWT token. The JWT payload can be obtained in Adobe I/O Console. Please contact Adobe for further details.
jwt_payload_test JWT payload for test environments provided by Adobe, which will be used to generate the JWT token. The JWT payload can be obtained in Adobe I/O Console. Please contact Adobe for further details.
jwt_url JWT base URL to be used in production environments. Please make sure you do not add a slash at the end of the URL. This URL will be provided by Adobe.
jwt_url_preview JWT base URL to be used in preview environments. Please make sure you do not add a slash at the end of the URL. This URL will be provided by Adobe.
jwt_url_test JWT base URL to be used in test environments. Please make sure you do not add a slash at the end of the URL. This URL will be provided by Adobe.